home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000192_news@columbia.edu _Wed Oct 13 23:55:48 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA21459
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 13 Oct 1999 23:55:47 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA25215
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 13 Oct 1999 23:51:46 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Message-ID: <380553C7.8C791DBB@mediaone.net>
  10. From: Art Wildman <wildman@mediaone.net>
  11. Subject: Re: set line: Sorry can't open connection
  12. Date: Wed, 13 Oct 1999 23:53:44 -0400
  13. To: kermit.misc@columbia.edu
  14.  
  15. Problem solved: Thought you'd like to know how it turned out...
  16. 1. True Null Modem wiring on both ends. (loopback 4-5, 6-8-20)
  17. 2. "Removing stale lock /var/spool/locks/LCK..tty2a3 (pid 6638 terminated)"
  18.  
  19. I had captured output of problem, over long weekend I knew I'd need it...
  20.  
  21. #/usr/bin/kermit
  22. #Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
  23. #C-Kermit 6.0.192, 6 Sep 96, for HP-UX 10.00
  24. #Default file-transfer mode is TEXT
  25. [/] C-Kermit>set line /dev/tty2a3
  26. [/] C-Kermit>set speed 9600
  27. /dev/tty2a3, 9600 bps
  28. [/] C-Kermit>set mode direct
  29. [/] C-Kermit>set duplex half
  30. [/] C-Kermit>c
  31. #Connecting to /dev/tty2a3, speed 9600.
  32. #The escape character is Ctrl-\ (ASCII 28, FS)
  33. #Type the escape character followed by C to get back,
  34. #or followed by ? to see other options.
  35. TX> the quick brown fox jumps over the lazy dog...
  36. RCV< ....UNABLE TO RECEIVE TEXT TXMITTED FROM LAPTOP RUNNING PROCOMM....
  37. # ctrl-\ c ...didn't work kermit appears hung...tried usual panic keystrokes...
  38.  
  39. # kill -9 kermitPID
  40.  
  41. [/] C-Kermit>set line /dev/tty2a3
  42. Sorry, can't open connection: /dev/tty2a3
  43. after kill -9 kermitPID  ???
  44. ... much pulling of hair ... left and went home...much later...
  45.  
  46. /usr/bin/kermit
  47. Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
  48. Good Afternoon!
  49. C-Kermit 6.0.192, 6 Sep 96, for HP-UX 10.00
  50. Default file-transfer mode is TEXT
  51. [/] C-Kermit>set line /dev/tty2a3
  52. Removing stale lock /var/spool/locks/LCK..tty2a3 (pid 6638 terminated)
  53. [/] C-Kermit>set speed 9600
  54. /dev/tty2a3, 9600 bps
  55. [/] C-Kermit>set mode direct
  56. [/] C-Kermit>set duplex half
  57. [/] C-Kermit>c
  58. Connecting to /dev/tty2a3, speed 9600.
  59. The escape character is Ctrl-\ (ASCII 28, FS)
  60. Type the escape character followed by C to get back,
  61. or followed by ? to see other options.
  62. TX> the quick brown fox jumps over the lazy dog...
  63. RCV< the quick brown fox jumps over the lazy dog...
  64. RCV< the quick brown fox died...
  65. ctrl-\ c
  66. (Back at local-host)
  67. [/] C-Kermit>quit
  68. # Test of comms completed successfully!!! 
  69.  
  70. Received C-KERMIT v-6 Book next day, now I'm real dangerous!
  71. Let us know when you guys publish a new edition for v-7.
  72. Thanks again Frank, so much for all your time and patience.
  73.  
  74. Frank da Cruz wrote:
  75.  
  76. > : > What makes you conclude it is locked up?  Are you saying it was in
  77. > : > CONNECT mode, and then you could no longer escape back?
  78. > :
  79. > : Yes it was in connect mode, I tried ctrl-\ c repeatedly, also ctrl-c and
  80. > : every other key sequence I could think of... no response.
  81. > :
  82. > Then probably it was stuck in a system call (like read() on the port).
  83. > Try following the instructions above and this shouldn't happen.
  84. > - Frank
  85.  
  86. -- 
  87.    Art Wildman - wildman@mediaone.net    
  88. "Linux is user-friendly, it's just particular about who it's friends are."